home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
- Version 1.3 notes
- _________________
-
-
-
- Known bugs:
-
- - Running under Windows, in graphics modes, there is a problem
- with the COLOR statement. In graphics modes only it is not
- clearing a buffer when complete and therefore multiple COLOR
- commands will gradually eat up available memory. COLOR commands
- in graphics modes under Windows should be limited in number.
-
- - Pressing 'Enter' in an edit control in a dialog box does not
- exit the dialog box unless an 'OK' button defined (Windows)
-
- - LINE INPUT command does not compile. If you want to change
- the syntax to LINN INPUT in your program the following change to
- the compiler will accept this altered syntax. Perform this
- patch ONLY if you know how to use the DOS Debugger.
-
- DOS COMPILER
- 1. Using DOS rename BB.EXE to BB.DAT
- 2. Use DOS debugger to LOAD BB.DAT as follows
- L1000:0
- 3. Alter location 2000:C3B1 from a hex 45 to a 4E
- 4. Write out to BB.DAT as follows
- W1000:0
- 5. Copy BB.DAT to BB.exe
-
- WINDOWS COMPILER
- 1. Using DOS rename WBB.EXE to WBB.DAT
- 2. Use DOS debugger to LOAD WBB.DAT as follows
- L1000:0
- 3. Alter location 2000:8849 from a hex 45 to a 4E
- 4. Write out to WBB.DAT as follows
- W1000:0
- 5. Copy WBB.DAT to WBB.exe
-
-
-
-
-
-
-
-
-
-